var runtime.argslice
6 uses
runtime (current package)
runtime.go#L52: var argslice []string
runtime.go#L61: func os_runtime_args() []string { return append([]string{}, argslice...) }
runtime1.go#L76: argslice = make([]string, argc)
runtime1.go#L78: argslice[i] = gostringnocopy(argv_index(argv, i))
runtime_boring.go#L12: if len(argslice) == 0 {
runtime_boring.go#L15: return argslice[0]
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |